home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl150e.zip / README.TXT < prev    next >
Text File  |  1997-04-03  |  3KB  |  63 lines

  1. This compiler is the binary executables and support files for
  2. the 386 version of generic 386/68K compiler.  Included is the
  3. binary for the 68K cross-compiler.  Companion files to this file
  4. which should be found on the same distribution site are:
  5.  
  6. ccdl139s.zip    - compiler sources + CL386 sources
  7. ccdl139l.zip    - rtl sources + DPMI setups
  8.  
  9. The above files are useful for changing the compiler/library sources
  10. that are included in this file.
  11.  
  12. This version of the compiler generates ASM code in the TASM or NASM format.
  13. However the RTL sources were written in TASM.  Either TLINK or WLINK
  14. can be used to generate the actual DOS executable.  A simple debug-like
  15. debugger may be linked in with the image for debugging purposes; however
  16. images created with WLINK may alternately be debugged with the watcom 
  17. debugger.
  18.  
  19. ------------------------------------------------------------------------
  20. The following people have contributed to the DOS run-time environment:
  21. TRAN (thomas pytel) - PMODE307 and PMODE/W for DPMI support
  22. Charles Scheffold   - PMODE/W for DPMI support
  23. Kirill Joss         - CL386 program and WATCOM startup files
  24. Matthew Brandt        - portions of the C compiler
  25. David Lindauer      - C compiler and run-time libraries
  26.  
  27. ------------------------------------------------------------------------
  28. First run the install program:
  29.  
  30. install drive:
  31.  
  32. where drive is the drive you want to install to.  INSTALL will make
  33. a directory tree  \CC386 in this drive and move necessary executables,
  34. libraries, and header files there.
  35.  
  36. The directory drive:\CC386\BIN must be on the path; install will
  37. automatically add it to the path if you answer 'Yes' when it asks if you
  38. want your autoexec.bat file modified.  Otherwise you must install it by hand.
  39.  
  40. INSTALL sets up the system assuming you wish to use the CL386 shell.  If you
  41. do NOT wish to use the CL386 shell to build programs, there is a file
  42. 'build.bat' which takes you through the build sequence for a single 
  43. source file.
  44.  
  45. Once you have the program installed, type:
  46.  
  47. cl386 <file names>
  48.  
  49. to build a program using TASM and TLINK.  Alternately use the pmb.bat 
  50. batch file.  If you want to link with wlink the only way to do it currently
  51. is to use the 'pmw.bat' batch file.  There is currently no support for
  52. the watcom assembler.
  53.  
  54. BTW, if you use the -v option on CL386 it will link a debug-like
  55. debugger into  your code.  Not as good as TD, but better than nothing...
  56.  
  57. see license.txt for licensing information
  58.  
  59. David Lindauer
  60. 1428 Hepburn Ave. Apt #1
  61. Louisville, KY 40204
  62.  
  63. email: gclind01@starbase.spd.louisville.edu